CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 共轭梯度法 matlab

搜索资源列表

  1. 多元无约束极值matlab

    1下载:
  2. 内含牛顿法、梯度法、共轭梯度法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-06-09
    • 文件大小:2183
    • 提供者:joys99xs
  1. NLP

    2下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法-matlab optimization program includes one-dimensional extremum problem without constraint adva
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-26
    • 文件大小:780288
    • 提供者:林小博
  1. zuiyouhua

    0下载:
  2. 自己用Matlab编写的最优化算法,包括0.618,梯度法,共轭梯度法,罚函数法.-Their own written with Matlab optimization algorithms, including 0.618, gradient method, conjugate gradient method, penalty function.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2262
    • 提供者:Jason
  1. Conjugategradient

    1下载:
  2. 基于共轭梯度法,现采用编程来计算最优解,matlab程序和简要说明文档。-Based on conjugate gradient method is used to calculate the optimal solution of programming, matlab program, and brief documentation.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:6342
    • 提供者:liliujun
  1. conjgrad

    0下载:
  2. 在matlab中实现共轭梯度算法,它的基本思想是在共轭方向法和最速下降法之间建立某种联系,以求得到一个既有效又有较好收敛性的算法-based on matlab to realize arithmetic of conjugate grads
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:1426
    • 提供者:缪飞
  1. iterative

    3下载:
  2. rs 里查森迭代法求线性方程组 crs 里查森参数迭代法求线性方程组 grs 里查森迭代法求线性方程组 jacobi 雅可比迭代法求线性方程组 gauseidel 高斯-赛德尔迭代法求线性方程组 SOR 超松弛迭代法求线性方程组 SSOR 对称逐次超松弛迭代法求线性方程组 JOR 雅可比超松弛迭代法求线性方程组 twostep 两步迭代法求线性方程组 fastdown 最速下降法求线性方程组 conjgrad 共轭梯度法求线性方程组 preconjgr
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7167
    • 提供者:zuoxl
  1. feixianxing

    4下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法的第二
  3. 所属分类:matlab

    • 发布日期:2016-09-09
    • 文件大小:12092
    • 提供者:舞蛳
  1. MATLABoptimization

    19下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
  3. 所属分类:matlab例程

    • 发布日期:2013-12-09
    • 文件大小:38442
    • 提供者:百位过
  1. conjugate gradient method

    1下载:
  2. matlab编写的共轭梯度法,用来解决非线性优化问题-matlab prepared by the conjugate gradient method is used to solve nonlinear optimization problems
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-01-04
    • 文件大小:9693
    • 提供者:zh
  1. somefunctiontosolveextremum

    0下载:
  2. 目标函数的几种极值求解方法,包括最速下降法,拟牛顿法,共轭梯度法MATLAB实现-The objective function to solve several extreme methods, including steepest descent, quasi-Newton method, conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:53780
    • 提供者:黄梅
  1. WinRAR

    0下载:
  2. 共轭梯度法matlab源程序 很好很强大 快来下载 快来啊-gongetidufa
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:536
    • 提供者:huzhu
  1. optimization

    0下载:
  2. 基于最速下降法、牛顿法、共轭梯度法的matlab程序 -Steepest descent Newton conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1416
    • 提供者:lzy
  1. CGM

    0下载:
  2. 采用matlab编写的利用共轭梯度法求解矩阵方程-Prepared using matlab conjugate gradient method using matrix equation
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1010
    • 提供者:zjpanow
  1. minimize

    0下载:
  2. 共轭梯度法求解无约束的最优化问题,该方代码利用Matlab实现。(Conjugate gradient method for unconstrained optimization problems, the square code using Matlab implementation.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:3072
    • 提供者:zhang5657
  1. Desktop

    0下载:
  2. 用matlab编程计算共轭梯度法求二次型方程的最值。(The conjugate gradient method is used to calculate the maximum value of the two type equation by MATLAB programming)
  3. 所属分类:其他

    • 发布日期:2017-12-14
    • 文件大小:2988
    • 提供者:长颈小鹿
  1. zuisuxiajiang_2+gongetidu_4

    1下载:
  2. 使用最速下降法和共轭梯度法实现优化功能,基于MATLAB平台使用m语言编写(Based on the MATLAB platform, steepest descent method and conjugate gradient method are used to achieve the optimization function with M language.)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:221184
    • 提供者:蜗牛run
  1. matlab

    0下载:
  2. 实用共轭梯度法MATLAB源代码,最速下降法MATLAB源代码,MATLAB语言(Practical conjugate gradient method MATLAB source code)
  3. 所属分类:网络编程

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:小如呀
  1. 数值计算相关算法

    0下载:
  2. 三次样条插值 龙贝格积分 共轭梯度法的实现,基于matlab程序(Three spline interpolation Romberg conjugate gradient method)
  3. 所属分类:数学计算

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:有效数字
  1. code

    2下载:
  2. matlab实现四种最优化搜索方法 共轭梯度法 牛顿法 最速下降法 拟牛顿法 对一个十维函数的极值搜索(matlab optimal search)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-15
    • 文件大小:3072
    • 提供者:neruo
  1. 共轭梯度法求解方程组例程

    0下载:
  2. 共轭梯度法求解方程组例程matlab代码Conjugate gradient method to solve equations routine matlab code
  3. 所属分类:matlab例程

« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com